home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Development Platforms / Apple II / Essentials / APW Interfaces / AInclude / E16.TextTool < prev    next >
Encoding:
Text File  |  1991-07-01  |  1.0 KB  |  33 lines  |  [TEXT/MPS ]

  1. ; File:  E16.TextTool
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. badDevType GEQU $0C01 ; not implemented
  9. badDevNum GEQU $0C02 ; Illegal device number.
  10. badMode GEQU $0C03 ; Bad mode: illegal operation.
  11. unDefHW GEQU $0C04 ; Undefined hardware error
  12. lostDev GEQU $0C05 ; Lost device: Device no longer on line
  13. lostFile GEQU $0C06 ; File no longer in diskette directory
  14. badTitle GEQU $0C07 ; Illegal Filename
  15. noRoom GEQU $0C08 ; Insufficient space on specified diskette
  16. noDevice GEQU $0C09 ; Volume not online
  17. noFile GEQU $0C0A ; File not in specifiled directory
  18. dupFile GEQU $0C0B ; Filename already exists
  19. notClosed GEQU $0C0C ; Attempt to open an open file
  20. notOpen GEQU $0C0D ; Attempt to close closed file
  21. badFormat GEQU $0C0E ; error reading real or integer
  22. ringBuffOFlo GEQU $0C0F ; Chars arriving too fast
  23. writeProtected GEQU $0C10
  24. devErr GEQU $0C40 ; Read or Write failed
  25. input GEQU $0000
  26. output GEQU $0001
  27. errorOutput GEQU $0002
  28. basicType GEQU $0000
  29. pascalType GEQU $0001
  30. ramBased GEQU $0002
  31. noEcho GEQU $0000
  32. echo GEQU $0001
  33.